projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fe972c
)
handle type 3 record like type 2 record until we figure out what those other two...
author
parkrrrr
<parkrrrr>
Mon, 17 Jul 2006 18:37:19 +0000
(18:37 +0000)
committer
parkrrrr
<parkrrrr>
Mon, 17 Jul 2006 18:37:19 +0000
(18:37 +0000)
tomtom.c
patch
|
blob
|
history
diff --git
a/tomtom.c
b/tomtom.c
index 97dcb81f0de503c46270049fc301a39ef94eff1a..4a89d4133970a2b0b783a7944301a8bc92799f15 100644
(file)
--- a/
tomtom.c
+++ b/
tomtom.c
@@
-104,7
+104,7
@@
data_read(void)
read_long( file_in );
read_long( file_in );
}
- else if ( rectype == 2 ) {
+ else if ( rectype == 2
|| rectype == 3
) {
recsize = read_long( file_in );
x = read_long( file_in );
y = read_long( file_in );